HTMLify

OTP Generator.html
Views: 163 | Author: shubh
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>OTP Generator</title>
    <link rel="stylesheet" href="OTP.css">
</head>
<body>
     <div class= "box">
        <p>Generate OTP</p>
        <button id="click" onclick="generateOTP()">Generate</button>
        <br><b><p1 id="otpdisplay"></p1></b><br>
     </div>
     <script src="OTP.js"></script>
</body>
</html>

Comments